func crypto/internal/fips140/ed25519.newPrivateKey

2 uses

	crypto/internal/fips140/ed25519 (current package)
		ed25519.go#L115: 	return newPrivateKey(p, priv)
		ed25519.go#L118: func newPrivateKey(priv *PrivateKey, privBytes []byte) (*PrivateKey, error) {